windows (file is blank)
authorHavoc Pennington <hp@pobox.com>
Fri, 9 Feb 2001 06:14:34 +0000 (06:14 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Fri, 9 Feb 2001 06:14:34 +0000 (06:14 +0000)
2001-02-08  Havoc Pennington  <hp@pobox.com>

* gtk/windows.sgml: windows (file is blank)

* gtk/framebuffer.sgml: framebuffer (file is blank)

* gtk/compiling.sgml: how to use pkg-config, etc. (file is
blank for now)

docs/reference/ChangeLog
docs/reference/gtk/compiling.sgml [new file with mode: 0644]
docs/reference/gtk/framebuffer.sgml [new file with mode: 0644]
docs/reference/gtk/gtk-docs.sgml
docs/reference/gtk/windows.sgml [new file with mode: 0644]

index 58904ccdb73d5dd8882bf6d95c2425cd52010cfc..17d6f702cc6b537f8424107b674cb686b5c183b2 100644 (file)
@@ -1,3 +1,12 @@
+2001-02-08  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/windows.sgml: windows (file is blank)
+
+       * gtk/framebuffer.sgml: framebuffer (file is blank)
+
+       * gtk/compiling.sgml: how to use pkg-config, etc. (file is 
+       blank for now)
+
 2001-02-03  Havoc Pennington  <hp@pobox.com>
 
        * gtk/tmpl/gtkfixed.sgml: Add the intro docs section
diff --git a/docs/reference/gtk/compiling.sgml b/docs/reference/gtk/compiling.sgml
new file mode 100644 (file)
index 0000000..1ac5acc
--- /dev/null
@@ -0,0 +1,24 @@
+<refentry id="gtk-compiling" revision="4 Feb 2001">
+<refmeta>
+<refentrytitle>Compiling GTK+ Applications</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>GTK Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>Compiling GTK+ Applications</refname>
+<refpurpose>
+How to compile your GTK+ application
+</refpurpose>
+</refnamediv>
+
+<refsect1>
+<title>Compiling GTK+ Applications</title>
+
+<para>
+
+</para>
+
+</refsect1>
+
+</refentry>
diff --git a/docs/reference/gtk/framebuffer.sgml b/docs/reference/gtk/framebuffer.sgml
new file mode 100644 (file)
index 0000000..5e150d9
--- /dev/null
@@ -0,0 +1,24 @@
+<refentry id="gtk-framebuffer" revision="4 Feb 2001">
+<refmeta>
+<refentrytitle>Framebuffer</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>GTK Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>Framebuffer</refname>
+<refpurpose>
+Using embedded GTK+ on the Linux framebuffer
+</refpurpose>
+</refnamediv>
+
+<refsect1>
+<title>Framebuffer</title>
+
+<para>
+
+</para>
+
+</refsect1>
+
+</refentry>
index 7f4bc58b41c80ad814c700c67f54994379126aa0..94bed15daed6e92f2960d67f959513fb4a77da56 100644 (file)
 <!entity index-Objects-Grouped SYSTEM "objects_grouped.sgml">
 <!entity gtk-TextWidget SYSTEM "text_widget.sgml">
 <!entity gtk-TreeWidget SYSTEM "tree_widget.sgml">
+<!entity gtk-Compiling SYSTEM "compiling.sgml">
+<!entity gtk-Windows SYSTEM "windows.sgml">
+<!entity gtk-Framebuffer SYSTEM "framebuffer.sgml">
 ]>
 <book id="index">
   <bookinfo>
@@ -158,9 +161,9 @@ licenses or royalties.
     </para>
     <para>
 GTK+ is a set of libraries to create graphical user interfaces. It
-works on many Unix-like platforms, and a Windows version is in
-development. GTK+ is released under the GNU Library General Public
-License (GNU LGPL), which allows for flexible licensing of client
+works on many Unix-like platforms, Windows, and on framebuffer
+devices. GTK+ is released under the GNU Library General Public License
+(GNU LGPL), which allows for flexible licensing of client
 applications. GTK+ has a C-based object-oriented architecture that
 allows for maximum flexibility.  Bindings for other languages have
 been written, including C++, Objective-C, Guile/Scheme, Perl, Python,
@@ -194,6 +197,9 @@ An advanced widget set.
 </variablelist>
     </para>
 
+    &gtk-Compiling;
+    &gtk-Windows;
+    &gtk-Framebuffer;
     &gtk-General;
     &gtk-Feature-Test-Macros;
     &gtk-Graphics-Contexts;
diff --git a/docs/reference/gtk/windows.sgml b/docs/reference/gtk/windows.sgml
new file mode 100644 (file)
index 0000000..ef909a0
--- /dev/null
@@ -0,0 +1,24 @@
+<refentry id="gtk-windows" revision="4 Feb 2001">
+<refmeta>
+<refentrytitle>Using GTK+ on Windows</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>GTK Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>Using GTK+ on Windows</refname>
+<refpurpose>
+Windows-specific aspects of using GTK+
+</refpurpose>
+</refnamediv>
+
+<refsect1>
+<title>Using GTK+ on Windows</title>
+
+<para>
+
+</para>
+
+</refsect1>
+
+</refentry>